home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: freenet.Victoria.BC.CA!ua187
- From: ua187@freenet.Victoria.BC.CA (Alex Walker)
- Subject: Newbie Q: Is there a Static pointer?
- Message-ID: <1996Jan27.223516.19031@freenet.victoria.bc.ca>
- Sender: news@freenet.victoria.bc.ca (News Manager)
- Reply-To: ua187@freenet.Victoria.BC.CA (Alex Walker)
- Organization: The Victoria Freenet Association (VIFA), Victoria, B.C., Canada
- Date: Sat, 27 Jan 1996 22:35:16 GMT
-
-
-
- I'm learning C++ and at the moment making a doubly linked-list.
- I'd like to have a pointer to an object of which there is only 1
- copy and all memeber of the class (each node in the list) can use it.
- This sounds like a static pointer, but does such an animal exists??.
- I can't seem to find any info on anything like this, (typical for
- a newbie eh?)
-
- Thanks
-
-
- --
- ----------------------------------------------------------------------
- Alex G. Walker, Victoria, B.C. Canada
- UA187@FreeNet.Victoria.bc.ca -OR- CompTec077@Camins.Camosun.bc.ca
- ----------------------------------------------------------------------
-